FileList

An opaque type representing a list of files.

Constructors

this
this(GdkFileList* gdkFileList, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

getFileListStruct
GdkFileList* getFileListStruct(bool transferOwnership)

Get the main Gtk struct

getFiles
ListSG getFiles()

Retrieves the list of files inside a GdkFileList.

getStruct
void* getStruct()

the main Gtk struct as a void*

Static functions

getType
GType getType()

Variables

gdkFileList
GdkFileList* gdkFileList;

the main Gtk struct

ownedRef
bool ownedRef;
Undocumented in source.

Meta